io.PipeWriter.r (field)
5 uses
io (current package)
pipe.go#L153: type PipeWriter struct{ r PipeReader }
pipe.go#L161: return w.r.pipe.write(data)
pipe.go#L177: return w.r.pipe.closeWrite(err)
pipe.go#L196: pw := &PipeWriter{r: PipeReader{pipe: pipe{
pipe.go#L201: return &pw.r, pw
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |